func crypto/tls.isPQKeyExchange

3 uses

	crypto/tls (current package)
		common.go#L159: func isPQKeyExchange(curve CurveID) bool {
		handshake_server_tls13.go#L227: 		return isPQKeyExchange(preferredGroups[i]) && !isPQKeyExchange(preferredGroups[j])